home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / Utilities / Unix / CommandMon / UNIXobject.h < prev    next >
Text File  |  1992-12-26  |  167b  |  14 lines

  1. /* by Jason Beaver */
  2.  
  3. #import <objc/Object.h>
  4.  
  5. @interface UNIXobject:Object
  6. {
  7.     id delegate;
  8. }
  9.  
  10. - execute:(char *)theCommand;
  11. - setDelegate:anObject;
  12. - delegate;
  13. @end
  14.